UsingPredispatchProc
TheUsingPredispatchProc
method specifies whether the predispatch method is currently being called whenever OpenDoc receives an Apple event.
void UsingPredispatchProc (in ODBoolean usingNotUsing);
usingNotUsing
- kODTrue if the predispatch method is currently being called whenever OpenDoc receives an Apple event, otherwise
kODFalse
.DISCUSSION
You must call this method, passing the value ofkODTrue
to theusingNotUsing
parameter, before OpenDoc can call your semantic interface'sCallPredispatchProc
method.OVERRIDING
If you subclassODSemanticInterface
, you can override this method. Your override method must call its inherited method at some point in your implementation (it does not matter where).SEE ALSO
TheODSemanticInterface::CallPredispatchProc
method (page 596).
"Installing Handlers, Accessors, and Callbacks" on page 436 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help